GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-22T08:34:11.6280955+00:00",
"SubmitDate": "2026-05-22T08:34:11.6280955+00:00",
"ReportPeriodStart": "2026-05-22T08:34:11.6280955+00:00",
"ReportPeriodEnd": "2026-05-22T08:34:11.6280955+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "95c6d374-b5b7-40ca-87bb-48bcdb940fec",
"Rows": [
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "95c6d374-b5b7-40ca-87bb-48bcdb940fec",
"Rows": [
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a35acce4-0c5b-4e0e-bfd8-399e4e2bc09e",
"d6ddc4c4-020d-4308-b356-22d9a51efa2f"
],
"Approvers": [
"fd2aa719-6455-4450-916e-710a122fb95c",
"45a332b1-988b-4286-a48e-b667f424e54c"
],
"ApprovedBy": "496df33a-3a37-411f-8ecf-55bbb3d0c6f7",
"ApprovalDate": "2026-05-22T08:34:11.6280955+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e00260a9-7b91-437a-9eff-a0b839a5ffc7",
"id": "a7cdbbe8-d71f-4290-93e3-6d5d13d1e9e6",
"ConfigId": "625dd25a-8fc6-48da-b876-f9447f882f02"
},
{
"GenerationDate": "2026-05-22T08:34:11.6280955+00:00",
"SubmitDate": "2026-05-22T08:34:11.6280955+00:00",
"ReportPeriodStart": "2026-05-22T08:34:11.6280955+00:00",
"ReportPeriodEnd": "2026-05-22T08:34:11.6280955+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "95c6d374-b5b7-40ca-87bb-48bcdb940fec",
"Rows": [
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "95c6d374-b5b7-40ca-87bb-48bcdb940fec",
"Rows": [
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08d8fe84-191b-4338-bd24-df7cccca9f49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a35acce4-0c5b-4e0e-bfd8-399e4e2bc09e",
"d6ddc4c4-020d-4308-b356-22d9a51efa2f"
],
"Approvers": [
"fd2aa719-6455-4450-916e-710a122fb95c",
"45a332b1-988b-4286-a48e-b667f424e54c"
],
"ApprovedBy": "496df33a-3a37-411f-8ecf-55bbb3d0c6f7",
"ApprovalDate": "2026-05-22T08:34:11.6280955+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e00260a9-7b91-437a-9eff-a0b839a5ffc7",
"id": "a7cdbbe8-d71f-4290-93e3-6d5d13d1e9e6",
"ConfigId": "625dd25a-8fc6-48da-b876-f9447f882f02"
}
]